Files
cpython/Include
Victor Stinner 66b7973c1b bpo-39796: Fix _warnings module initialization (GH-18739)
* Add _PyWarnings_InitState() which only initializes the _warnings
  module state (tstate->interp->warnings) without creating a module
  object
* Py_InitializeFromConfig() now calls _PyWarnings_InitState() instead
  of _PyWarnings_Init()
* Rename also private functions of _warnings.c to avoid confusion
  between the public C API and the private C API.
2020-03-02 15:02:18 +01:00
..
2019-11-16 01:04:44 +01:00
2020-02-26 01:31:04 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00