summaryrefslogtreecommitdiff
path: root/tests/run/nogil.pyx
Commit message (Expand)AuthorAgeFilesLines
* Relax `nogil_check()` of `SliceIndexNode` to support array initialisation (#5...Matus Valo2022-12-031-0/+75
* [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-101-2/+2
* Allow releasing the GIL in nogil functions (GH-4318)da-woods2021-12-181-0/+40
* Avoid ambiguous error return value in tests.Stefan Behnel2019-02-231-2/+2
* Fix unraisable tests.Robert Bradshaw2017-05-271-0/+1
* allow "unraisable" warnings in nogil functionsStefan Behnel2015-02-281-0/+28
* Acquire the GIL in nogil functions to build the tracebackMark Florisson2011-08-201-0/+16
* Move some tests into function docstrings.Robert Bradshaw2009-10-291-9/+6
* nogil check changes; fixes #338 and #329Dag Sverre Seljebotn2009-06-301-0/+2
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
* test fixStefan Behnel2008-07-191-2/+2
* test for nogil functionsStefan Behnel2008-07-191-0/+22