cpython/Modules/_sre
Serhiy Storchaka 6fd4c8ec77
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
It combines PyImport_ImportModule() and PyObject_GetAttrString()
and saves 4-6 lines of code on every use.

Add also _PyImport_GetModuleAttr() which takes Python strings as arguments.
2022-06-14 07:15:26 +03:00
..
clinic gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) 2022-05-03 20:25:41 +02:00
sre.c gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) 2022-06-14 07:15:26 +03:00
sre.h bpo-47256: Increasing the depth of backtracking in RE (GH-32411) 2022-04-18 16:50:40 +03:00
sre_constants.h gh-92728: Restore re.template, but deprecate it (GH-93161) 2022-05-25 09:05:35 +03:00
sre_lib.h gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00
sre_targets.h gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00