FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101659: Add _Py_AtExit() by ericsnowcurrently · Pull Request #103298 · 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.7k
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-101659: Add _Py_AtExit()
- #103298
#103298
Merged
ericsnowcurrently
merged 10 commits into
python:main
python/cpython:main
from
ericsnowcurrently:atexit-c-callback
ericsnowcurrently/cpython:atexit-c-callback
Copy head branch name to clipboard
Apr 6, 2023
Conversation
Commits
10
(10)
Checks
Files changed
Merged
gh-101659: Add _Py_AtExit()
#103298
ericsnowcurrently
merged 10 commits into
python:main
python/cpython:main
from
ericsnowcurrently:atexit-c-callback
ericsnowcurrently/cpython:atexit-c-callback
Copy head branch name to clipboard
Commits
Commits on Apr 5, 2023
atexit_callback -> atexit_py_callback.
ericsnowcurrently
committed
f5ae710
View commit details
Copy full SHA for f5ae710
Browse repository at this point
Add pycore_atexit.h.
ericsnowcurrently
committed
e6d4776
View commit details
Copy full SHA for e6d4776
Browse repository at this point
Add _Py_AtExit().
ericsnowcurrently
committed
c719f02
View commit details
Copy full SHA for c719f02
Browse repository at this point
Add a TODO comment.
ericsnowcurrently
committed
47c302d
View commit details
Copy full SHA for 47c302d
Browse repository at this point
Move _Py_AtExit() to the public API.
ericsnowcurrently
committed
aaeaaa6
View commit details
Copy full SHA for aaeaaa6
Browse repository at this point
Test a constraint.
ericsnowcurrently
committed
b5396e4
View commit details
Copy full SHA for b5396e4
Browse repository at this point
Add an atexit callback for _xxinterpchannels.
ericsnowcurrently
committed
448b48a
View commit details
Copy full SHA for 448b48a
Browse repository at this point
Implement the callback.
ericsnowcurrently
committed
c86f738
View commit details
Copy full SHA for c86f738
Browse repository at this point
Drop the _PyCrossInterpreterData_Clear() call in _xxinterpchannels.
ericsnowcurrently
committed
1827feb
View commit details
Copy full SHA for 1827feb
Browse repository at this point
Drop the _PyCrossInterpreterData_Clear() call in _xxsubinterpreters.
ericsnowcurrently
committed
82b395c
View commit details
Copy full SHA for 82b395c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL