• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / RxPY
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: release/master
DEFAULT BRANCH: master
Repo Added 18 May 2016 06:43PM UTC
Files 417
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH docs/gil-section-corrections
branch: docs/gil-section-corrections
CHANGE BRANCH
x
Reset
  • docs/gil-section-corrections
  • 1.6.1
  • add-repo-assist
  • add-starmap-tests
  • alpha3
  • bo/fixup-docs
  • ci/adopt-easybuild-shipit
  • ci/dependabot-conventional-titles
  • ci/enable-dependabot
  • ci/shipit-3.0.1-and-dep-upgrades
  • ci/shipit-allow-master
  • ci/shipit-fix-historical-versions
  • ci/shipit-skip-invalid-commit
  • ci/upgrade-gh-aw-v0.71.5
  • current
  • curry-flip
  • dependabot/github_actions/github-actions-0fd2d1971d
  • dependabot/github_actions/github-actions-1bf0e6df77
  • dependabot/github_actions/github-actions-468a2d4822
  • dependabot/github_actions/github-actions-7b8ba4dc16
  • dependabot/github_actions/github-actions-8827d84614
  • dependabot/github_actions/github-actions-a12e56bff0
  • dependabot/github_actions/github-actions-c020ac0c2c
  • dependabot/github_actions/github-actions-c8a564380f
  • dependabot/github_actions/github-actions-d95291362f
  • dependabot/uv/python-dependencies-aeda4b483a
  • develop
  • docs
  • docs-version
  • docs/fix-build-and-5.0-refresh
  • docs/fix-version-on-readthedocs
  • docs/parallelism-within-stream
  • drop38
  • feat/switch_map
  • feat/tap-operator
  • feature/add-project-cfg
  • feature/disposable
  • feature/doc-fixes
  • feature/docs
  • feature/fix-async-examples
  • feature/fix-observer-throws
  • feature/non-recursive
  • feature/pipe-typing
  • feature/py.typed
  • feature/readthedocs
  • feature/release-v3
  • feature/rtd-badge
  • feature/rxpy-3.0
  • feature/subscribe-scheduler
  • feature/to_iterabe_returns_list
  • feature/typing-fixes
  • fix-compose-pipe
  • fix-defer-docs
  • fix-docs
  • fix-library-version
  • fix-publish-version
  • fix-publish-version-2
  • fix-readme
  • fix-subscribeon
  • fix-timeflies-tkinter
  • fix-typing
  • fix-typo-occured-run-py
  • fix-version
  • fix-withlatestfrom
  • fix/709-concurrent-futures
  • fix/bump-script-lock-and-sed
  • fix/scheduler-now-wall-clock
  • fix/tkinter-test-skip-pypy-linux
  • flake8-repo
  • fluent-style
  • format-tests
  • gi-require_version-before-import
  • github-publish
  • improvement/combine-latest-thread-safety
  • issue-697
  • master
  • migrate-to-uv
  • modern-typehints
  • optimize-build
  • package-name
  • patch-1
  • poetry
  • poetry-cache
  • pre-commit
  • pre-release
  • py314
  • pyright-254
  • python-3.11
  • reactivex
  • reactivex-rename
  • release/5.0.0-rc.1
  • release/5.0.0-rc.2
  • release/master
  • release/stable-5.0.0
  • release/v1.6.x
  • release/v2.0.x
  • release/v3.2.x
  • repo-assist/eng-pyright-test-scheduler-2026-04-17-762f95f7e6558b77
  • repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132
  • repo-assist/fix-issue-480-scheduler-forwarding-ea9c5c512fb11be9
  • repo-assist/fix-issue-697-timer-resubscription-1e703fbea58df523
  • repo-assist/fix-issue-712-retry-resubscription-2b9941042da6d10e
  • repo-assist/improve-typing-exports-2026-04-18-60f123bfd9e95e24
  • repo-assist/pyright-cleanup-test-observable-2026-04-26-3187c4c0696b18d4
  • repo-assist/pyright-cleanup-test-observable-2026-05-01-7222f55d1674f33a
  • repo-assist/pyright-cleanup-test-subject-scheduler-2026-04-17-e214b615e3b8b313
  • repo-assist/pyright-ruff-cleanup-test-observable-scheduler-2026-04-21-6f569da2d139f64e
  • repo-assist/test-exclusive-operator-2026-05-02-2b47081797817f4d
  • repo-assist/testing-improvements-2026-04-17-5e55b8d05a9bf3ee
  • return-types
  • revert-120-multiprocessing
  • rmahfoud/fixes
  • timeout-on-event-loop
  • type-fixes
  • update-actions-cache
  • update-code-checks
  • update-pyright
  • upgrade-deps
  • upgrade-pyright
  • use-ruff
  • v1.5.9
  • v3.0.0
  • v3.0.1
  • v3.1.0
  • v3.1.0_se2
  • v3.1.1
  • v4
  • v4.0.0
  • v4.0.0a4
  • v4.0.0a5
  • v4.0.0a6
  • v4.0.0b1
  • v4.0.0b2
  • v4.0.0b3
  • v4.0.0b4
  • v4.0.0b5
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v5.0.0a1
  • v5.0.0a2
  • vnext
  • window-thread-issue

27 Jul 2026 06:46PM UTC coverage: 93.495%. Remained the same
30295307275

Pull #811

github

dbrattli
docs: correct and expand the GIL free-threading note

Follow-up to #742, which updated the GIL section to mention free
threading but stopped one version short and introduced some formatting
noise.

Content:
- Free threading was experimental in 3.13 and became officially
  supported in 3.14 (PEP 779). The previous text presented 3.13 as the
  milestone, which both overstates 3.13 and omits 3.14 -- the version
  this project already tests against.
- Clarify that the free-threaded interpreter is a separate build, not a
  runtime switch on a normal installation, so readers on a stock
  python3.13 don't follow the note and get nothing.
- Drop "allowing for true multi-threading parallelism". RxPY is not
  tested under free threading (no 3.13t/3.14t in the CI matrix), so the
  docs should describe CPython's capability, not imply RxPY exploits it.
- The GIL prevents concurrent bytecode execution, not "accessing the
  same line of code simultaneously".
- Link the official free-threading howto, and note in the parallelism
  section that pure-Python work can scale on a free-threaded build.

Formatting:
- Remove five lines of trailing whitespace and a double space.
- Re-wrap to the file's ~80 column convention (seven lines were 89-107
  characters, against three over 88 in the rest of the file).
- RxPy -> RxPY.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #811: docs: correct and expand the GIL free-threading note

25713 of 27502 relevant lines covered (93.5%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
27502 RELEVANT LINES 25713 COVERED LINES
0.93 HITS PER LINE
Source Files on docs/gil-section-corrections
  • Tree
  • List 417
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30295307275 docs/gil-section-corrections docs: correct and expand the GIL free-threading note Follow-up to #742, which updated the GIL section to mention free threading but stopped one version short and introduced some formatting noise. Content: - Free threading was experimental in 3.1... Pull #811 27 Jul 2026 06:47PM UTC dbrattli github
93.5
See All Builds (1465)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc