Eric Snow
a9c6e0618f
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
...
Here we are doing no more than adding the value for Py_mod_multiple_interpreters and using it for stdlib modules. We will start checking for it in gh-104206 (once PyInterpreterState.ceval.own_gil is added in gh-104204).
2023-05-05 21:11:27 +00:00
Raymond Hettinger
4395ff1e6a
Statistics inv_cdf sync with corresponding random module normal distributions ( #95265 )
2022-07-26 02:23:33 -05:00
Victor Stinner
4a21e57fe5
bpo-40268: Remove unused structmember.h includes (GH-19530)
...
If only offsetof() is needed: include stddef.h instead.
When structmember.h is used, add a comment explaining that
PyMemberDef is used.
2020-04-15 02:35:41 +02:00
Dong-hee Na
356c878fbf
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
2020-03-16 16:10:21 +01:00
Brandt Bucher
79e18ec75d
Clean up module initialization. (GH-17215)
2019-11-18 23:16:23 -08:00
Raymond Hettinger
6e27a0d775
bpo-37798: Prevent undefined behavior in direct calls to the C helper function. ( #16149 )
2019-09-15 09:36:38 -07:00
Dong-hee Na
0cf832a9ef
bpo-37798: Fix _statistics module doc (GH-15546)
2019-09-03 12:21:45 +03:00
Raymond Hettinger
6fee0f8ea7
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
2019-08-26 11:25:58 -07:00
Dong-hee Na
0a18ee4be7
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
2019-08-23 15:20:30 -07:00