diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2019-08-23 22:20:30 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-08-23 22:20:30 (GMT) |
commit | 0a18ee4be7ba215f414bef04598e0849504f9f1e (patch) | |
tree | 02b4a3f5f9cd481ce73e4aa934b5bf13b600504a /Modules/Setup | |
parent | 5be666010e4df65dc4d831435cc92340ea369f94 (diff) | |
download | cpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.zip cpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.tar.gz cpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.tar.bz2 |
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Diffstat (limited to 'Modules/Setup')
-rw-r--r-- | Modules/Setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup b/Modules/Setup index ed5ee6c..983fa01 100644 --- a/Modules/Setup +++ b/Modules/Setup @@ -182,6 +182,7 @@ _symtable symtablemodule.c #_heapq _heapqmodule.c # Heap queue algorithm #_asyncio _asynciomodule.c # Fast asyncio Future #_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c # _json speedups +#_statistics _statisticsmodule.c # statistics accelerator #unicodedata unicodedata.c # static Unicode character database |