FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Fix the itertools.tee leak and race, the contextvars and generator races, _asyncio's InvalidStateError lookup, and _imp's frozen data by youknowone · Pull Request #8518 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix the itertools.tee leak and race, the contextvars and generator races, _asyncio's InvalidStateError lookup, and _imp's frozen data
- #8518
#8518
Merged
youknowone
merged 7 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:fuzzer-issues
youknowone/RustPython:fuzzer-issues
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Fix the itertools.tee leak and race, the contextvars and generator races, _asyncio's InvalidStateError lookup, and _imp's frozen data
#8518
youknowone
merged 7 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:fuzzer-issues
youknowone/RustPython:fuzzer-issues
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
_imp: read get_frozen_object's data as a whole marshal value
Show description for 2c109b9
youknowone
committed
2c109b9
View commit details
Copy full SHA for 2c109b9
Browse repository at this point
_imp: bind find_frozen's arguments with FromArgs
Show description for 9b3095d
youknowone
committed
9b3095d
View commit details
Copy full SHA for 9b3095d
Browse repository at this point
itertools: give tee's shared buffer a Python type
Show description for 68730fd
youknowone
committed
68730fd
View commit details
Copy full SHA for 68730fd
Browse repository at this point
contextvars: hold the shared context state under locks
Show description for 81f0690
youknowone
committed
81f0690
View commit details
Copy full SHA for 81f0690
Browse repository at this point
generator: read the frame state under the running claim
Show description for 59a8029
youknowone
committed
59a8029
View commit details
Copy full SHA for 59a8029
Browse repository at this point
Commits on Aug 14, 2026
itertools: claim a tee's position and its buffer as one step
Show description for fafb317
youknowone
committed
fafb317
View commit details
Copy full SHA for fafb317
Browse repository at this point
_asyncio: require InvalidStateError to be a type
Show description for 2a42430
youknowone
committed
2a42430
View commit details
Copy full SHA for 2a42430
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL