cpython/Python
Miss Islington (bot) c9ed9e6fc7
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Fix warnings options priority: PyConfig.warnoptions has the highest
priority, as stated in the PEP 587.

* Document options order in PyConfig.warnoptions documentation.
* Make PyWideStringList_INIT macro private: replace "Py" prefix
  with "_Py".
* test_embed: add test_init_warnoptions().
(cherry picked from commit fb4ae152a9)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-09-29 16:58:57 -07:00
..
clinic bpo-38237: Shorter docstring (GH-16322) (GH-16323) 2019-09-21 13:32:07 -07:00
Python-ast.c bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) 2019-07-14 16:49:52 -07:00
README
_warnings.c
asdl.c
ast.c Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 13:42:54 -07:00
ast_opt.c
ast_unparse.c
bltinmodule.c bpo-38237: Shorter docstring (GH-16322) (GH-16323) 2019-09-21 13:32:07 -07:00
bootstrap_hash.c
ceval.c bpo-38090: Fix reference leak in ceval.c (GH-15848) 2019-09-10 15:31:07 +01:00
ceval_gil.h Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) 2019-06-03 18:14:24 +02:00
codecs.c
compile.c [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 2019-08-24 13:41:53 +03:00
condvar.h
context.c bpo-36974: implement PEP 590 (GH-13185) 2019-05-29 20:31:52 +02:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) 2019-08-24 03:22:14 -07:00
errors.c
fileutils.c bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) 2019-08-23 12:04:27 -07:00
formatter_unicode.c
frozen.c
frozenmain.c bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) 2019-09-28 04:50:43 +02:00
future.c
getargs.c [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) 2019-08-29 18:29:59 +03:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) 2019-06-03 08:34:20 +01:00
hamt.c
import.c [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) 2019-09-11 12:38:22 +01:00
importdl.c
importdl.h
importlib.h [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 2019-08-24 13:41:53 +03:00
importlib_external.h [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) 2019-09-12 16:41:31 +01:00
importlib_zipimport.h [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 2019-08-24 13:41:53 +03:00
initconfig.c bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 2019-09-29 16:58:57 -07:00
makeopcodetargets.py
marshal.c bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) 2019-07-01 13:29:14 +02:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) 2019-09-28 04:50:43 +02:00
peephole.c Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551) 2019-08-27 10:13:52 -07:00
preconfig.c bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 2019-09-29 16:58:57 -07:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) 2019-09-28 04:50:43 +02:00
pymath.c
pystate.c bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) 2019-09-28 04:50:43 +02:00
pystrcmp.c
pystrhex.c Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551) 2019-08-27 10:13:52 -07:00
pystrtod.c
pythonrun.c bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) 2019-07-01 08:11:15 -07:00
pytime.c
strdup.c
structmember.c
symtable.c bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) 2019-08-29 06:46:20 -07:00
sysmodule.c bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 2019-09-29 16:58:57 -07:00
thread.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) 2019-09-11 19:50:29 -07:00
thread_nt.h
thread_pthread.h bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) 2019-08-28 22:35:41 -07:00
traceback.c [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) 2019-09-18 14:10:16 +02:00
wordcode_helpers.h

README

Miscellaneous source files for the main Python shared library