FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-116322: Add Py_mod_gil module slot by swtaarrs · Pull Request #116882 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-116322: Add Py_mod_gil module slot
- #116882
#116882
Merged
colesbury
merged 24 commits into
python:main
python/cpython:main
from
swtaarrs:cpython-mod-gil
swtaarrs/cpython:cpython-mod-gil
Copy head branch name to clipboard
May 3, 2024
Conversation
Commits
24
(24)
Checks
Files changed
Merged
gh-116322: Add Py_mod_gil module slot
#116882
colesbury
merged 24 commits into
python:main
python/cpython:main
from
swtaarrs:cpython-mod-gil
swtaarrs/cpython:cpython-mod-gil
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2024
Add Py_mod_gil module slot
swtaarrs
committed
fa92cb4
View commit details
Copy full SHA for fa92cb4
Browse repository at this point
Commits on Mar 22, 2024
Merge remote-tracking branch 'upstream/main' into cpython-mod-gil
swtaarrs
committed
7edf796
View commit details
Copy full SHA for 7edf796
Browse repository at this point
Commits on Apr 3, 2024
Some review comments from Eric
swtaarrs
committed
450aa41
View commit details
Copy full SHA for 450aa41
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into cpython-mod-gil
swtaarrs
committed
6bbd281
View commit details
Copy full SHA for 6bbd281
Browse repository at this point
Commits on Apr 15, 2024
Fix enabling the GIL, also support disabling the GIL
Show description for 47b9e26
swtaarrs
committed
47b9e26
View commit details
Copy full SHA for 47b9e26
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into cpython-mod-gil
swtaarrs
committed
f7c3e50
View commit details
Copy full SHA for f7c3e50
Browse repository at this point
Fix module size in test_objecttypes
Show description for 6c198e4
swtaarrs
committed
6c198e4
View commit details
Copy full SHA for 6c198e4
Browse repository at this point
Add missing : in Py_mod_gil documentation
swtaarrs
committed
554c5b4
View commit details
Copy full SHA for 554c5b4
Browse repository at this point
Commits on Apr 23, 2024
Merge remote-tracking branch 'upstream/main' into cpython-mod-gil
swtaarrs
committed
cd187a0
View commit details
Copy full SHA for cd187a0
Browse repository at this point
From Eric: better loop, move _PyImport_CheckGILForModule
swtaarrs
committed
8057478
View commit details
Copy full SHA for 8057478
Browse repository at this point
Commits on Apr 26, 2024
Merge remote-tracking branch 'upstream/main' into cpython-mod-gil
swtaarrs
committed
a8f0943
View commit details
Copy full SHA for a8f0943
Browse repository at this point
Commits on May 1, 2024
Remove code to enable/disable the GIL (it will go in a different PR)
swtaarrs
committed
bbb949e
View commit details
Copy full SHA for bbb949e
Browse repository at this point
Don't put PyModule_SetGIL() in the limited API
swtaarrs
committed
7f1205e
View commit details
Copy full SHA for 7f1205e
Browse repository at this point
Set m->md_gil in PyModule_FromDefAndSpec2, rename/guard PyModule_SetGIL()
swtaarrs
committed
f8b02b3
View commit details
Copy full SHA for f8b02b3
Browse repository at this point
Fix limited API version for Py_mod_gil
swtaarrs
committed
d2bad05
View commit details
Copy full SHA for d2bad05
Browse repository at this point
Update NEWS entry for behavioral changes
swtaarrs
committed
d7d59f0
View commit details
Copy full SHA for d7d59f0
Browse repository at this point
Mark all modules as not using GIL
swtaarrs
committed
ccd6e00
View commit details
Copy full SHA for ccd6e00
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into HEAD
swtaarrs
committed
8846586
View commit details
Copy full SHA for 8846586
Browse repository at this point
Fix 'gil_slot set but not used' warning
swtaarrs
committed
99bc5cb
View commit details
Copy full SHA for 99bc5cb
Browse repository at this point
Patch generator for Python-ast.c instead of just the file itself
swtaarrs
committed
6882c13
View commit details
Copy full SHA for 6882c13
Browse repository at this point
Update limited API version for _scproxy.c
swtaarrs
committed
da63df1
View commit details
Copy full SHA for da63df1
Browse repository at this point
Fix _testconsole.c for Windows build
swtaarrs
committed
2998def
View commit details
Copy full SHA for 2998def
Browse repository at this point
Commits on May 2, 2024
Fix winsound.c for Windows build
swtaarrs
committed
77d1652
View commit details
Copy full SHA for 77d1652
Browse repository at this point
Commits on May 3, 2024
Mark more modules as not using the GIL
swtaarrs
committed
d1fe0cc
View commit details
Copy full SHA for d1fe0cc
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL