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

ReactiveX / RxPY / 30295696445
93%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2026 06:52PM UTC
Jobs 1
Files 417
Run time 1min
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

27 Jul 2026 06:51PM UTC coverage: 93.495%. Remained the same
30295696445

push

github

web-flow
docs: correct and expand the GIL free-threading note (#811)

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>

25713 of 27502 relevant lines covered (93.5%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30295696445.1 27 Jul 2026 06:52PM UTC 417
93.5
GitHub Action Run
Source Files on build 30295696445
  • Tree
  • List 417
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b2864073 on github
  • Prev Build on master (#30295184237)
  • Next Build on master (#30296874217)
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