Staging
v0.8.1
https://github.com/python/cpython
Revision 550e4673be538d98b6ddf5550b3922539cf5c4b2 authored by Victor Stinner on 08 December 2020, 23:32:54 UTC, committed by GitHub on 08 December 2020, 23:32:54 UTC
pymain_run_startup() now pass the filename as a Python object to
_PyRun_SimpleFileObject().
1 parent 98a5417
History
Tip revision: 550e4673be538d98b6ddf5550b3922539cf5c4b2 authored by Victor Stinner on 08 December 2020, 23:32:54 UTC
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Tip revision: 550e467
File Mode Size
literature
README.txt -rw-r--r-- 3.6 KB
basearith.c -rw-r--r-- 16.6 KB
basearith.h -rw-r--r-- 6.9 KB
bits.h -rw-r--r-- 4.3 KB
constants.c -rw-r--r-- 5.4 KB
constants.h -rw-r--r-- 3.4 KB
context.c -rw-r--r-- 5.9 KB
convolute.c -rw-r--r-- 4.4 KB
convolute.h -rw-r--r-- 1.8 KB
crt.c -rw-r--r-- 4.6 KB
crt.h -rw-r--r-- 1.7 KB
difradix2.c -rw-r--r-- 4.4 KB
difradix2.h -rw-r--r-- 1.7 KB
fnt.c -rw-r--r-- 2.3 KB
fnt.h -rw-r--r-- 1.7 KB
fourstep.c -rw-r--r-- 6.4 KB
fourstep.h -rw-r--r-- 1.7 KB
io.c -rw-r--r-- 42.8 KB
io.h -rw-r--r-- 1.9 KB
mpalloc.c -rw-r--r-- 9.2 KB
mpalloc.h -rw-r--r-- 2.0 KB
mpdecimal.c -rw-r--r-- 241.4 KB
mpdecimal.h -rw-r--r-- 40.9 KB
numbertheory.c -rw-r--r-- 3.5 KB
numbertheory.h -rw-r--r-- 2.4 KB
sixstep.c -rw-r--r-- 5.7 KB
sixstep.h -rw-r--r-- 1.7 KB
transpose.c -rw-r--r-- 7.3 KB
transpose.h -rw-r--r-- 2.0 KB
typearith.h -rw-r--r-- 16.9 KB
umodarith.h -rw-r--r-- 15.6 KB
vccompat.h -rw-r--r-- 1.9 KB
vcdiv64.asm -rw-r--r-- 1.6 KB

README.txt

back to top