summaryrefslogtreecommitdiffstats
path: root/Modules/_testimportmultiple.c
Commit message (Expand)AuthorAgeFilesLines
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-131-2/+0
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-2/+2
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-0/+6
* gh-85283: Build errno and _ctypes_test with limited C API (#110955)Victor Stinner2023-10-171-1/+1
* gh-85283: Build _testimportmultiple with limited C API (#110954)Victor Stinner2023-10-171-2/+4
* Remove compile warnings for _testimportmoduleAndrew Svetlov2012-12-151-3/+3
* Rename test module names for #16421 to don't clash with other tests.Andrew Svetlov2012-12-151-6/+6
* Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-141-0/+57