This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-09 11:38:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Victor Stinner
79b74aeb20
Issue
#22181
: os.urandom() now releases the GIL when the getrandom()
...
implementation is used.
2015-03-30 11:16:40 +02:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast.c
…
bltinmodule.c
…
ceval_gil.h
…
ceval.c
…
codecs.c
…
compile.c
…
condvar.h
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_shlib.c
Issue
#23752
: _Py_fstat() is now responsible to raise the Python exception
2015-03-30 10:09:31 +02:00
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
Issue
#23752
: _Py_fstat() is now responsible to raise the Python exception
2015-03-30 10:09:31 +02:00
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib.h
…
makeopcodetargets.py
…
marshal.c
Issue
#23752
: _Py_fstat() is now responsible to raise the Python exception
2015-03-30 10:09:31 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
pytime.c
Issue
#22117
: Try to fix rounding in conversion from Python double to _PyTime_t
2015-03-30 10:22:16 +02:00
random.c
Issue
#22181
: os.urandom() now releases the GIL when the getrandom()
2015-03-30 11:16:40 +02:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
Issue
#23752
: _Py_fstat() is now responsible to raise the Python exception
2015-03-30 10:09:31 +02:00
thread_foobar.h
…
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library