Staging
v0.5.1
https://github.com/python/cpython
Revision 5291639e611dc3f55a34666036f2c3424648ba50 authored by FX Coudert on 03 December 2020, 03:20:18 UTC, committed by GitHub on 03 December 2020, 03:20:18 UTC
macOS releases numbering has changed as of macOS 11 Big Sur.  Previously, major releases were of the form 10.x, 10.x+1, 10.x+2, etc; as of Big Sur, they are now x, x+1, etc, so, for example, 10.15, 10.15.1, ..., 10.15.7, 11, 11.0.1, 11.1, ..., 12, 12.1, etc. Allow Python to build with single-digit deployment target values. Patch provided by FX Coudert.
1 parent dedc2cd
History
Tip revision: 5291639e611dc3f55a34666036f2c3424648ba50 authored by FX Coudert on 03 December 2020, 03:20:18 UTC
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
Tip revision: 5291639
File Mode Size
pycore_abstract.h -rw-r--r-- 479 bytes
pycore_accu.h -rw-r--r-- 1.1 KB
pycore_ast.h -rw-r--r-- 5.7 KB
pycore_atomic.h -rw-r--r-- 16.6 KB
pycore_bitutils.h -rw-r--r-- 5.1 KB
pycore_bytes_methods.h -rw-r--r-- 3.3 KB
pycore_call.h -rw-r--r-- 870 bytes
pycore_ceval.h -rw-r--r-- 3.4 KB
pycore_code.h -rw-r--r-- 697 bytes
pycore_condvar.h -rw-r--r-- 2.7 KB
pycore_context.h -rw-r--r-- 817 bytes
pycore_dtoa.h -rw-r--r-- 646 bytes
pycore_fileutils.h -rw-r--r-- 1.4 KB
pycore_gc.h -rw-r--r-- 6.7 KB
pycore_getopt.h -rw-r--r-- 490 bytes
pycore_gil.h -rw-r--r-- 1.5 KB
pycore_hamt.h -rw-r--r-- 3.1 KB
pycore_hashtable.h -rw-r--r-- 4.1 KB
pycore_import.h -rw-r--r-- 487 bytes
pycore_initconfig.h -rw-r--r-- 5.4 KB
pycore_interp.h -rw-r--r-- 8.4 KB
pycore_list.h -rw-r--r-- 350 bytes
pycore_long.h -rw-r--r-- 1.3 KB
pycore_object.h -rw-r--r-- 5.3 KB
pycore_pathconfig.h -rw-r--r-- 1.9 KB
pycore_pyerrors.h -rw-r--r-- 2.0 KB
pycore_pyhash.h -rw-r--r-- 206 bytes
pycore_pylifecycle.h -rw-r--r-- 3.9 KB
pycore_pymem.h -rw-r--r-- 3.1 KB
pycore_pystate.h -rw-r--r-- 3.8 KB
pycore_runtime.h -rw-r--r-- 4.4 KB
pycore_sysmodule.h -rw-r--r-- 548 bytes
pycore_traceback.h -rw-r--r-- 3.0 KB
pycore_tuple.h -rw-r--r-- 425 bytes
pycore_ucnhash.h -rw-r--r-- 898 bytes
pycore_unionobject.h -rw-r--r-- 425 bytes
pycore_warnings.h -rw-r--r-- 628 bytes

back to top