summaryrefslogtreecommitdiff
path: root/tests/errors/nogil.pyx
Commit message (Expand)AuthorAgeFilesLines
* Relax `nogil_check()` of `SliceIndexNode` to support array initialisation (#5...Matus Valo2022-12-031-0/+13
* [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-101-1/+1
* Fix f-string error positions in nogil test.Stefan Behnel2020-06-101-2/+2
* Add tests that f-strings are rejected in nogil sections.Stefan Behnel2020-05-051-9/+20
* Allow referencing all PyConstNodes in nogil expressions, e.g. in 'is' tests (...Stefan Behnel2020-04-281-4/+0
* Allow print statements in nogil sections.Stefan Behnel2020-04-271-3/+3
* Make raise-statements inside of nogil blocks automatically acquire the GIL, i...Stefan Behnel2018-06-031-2/+1
* Correct the source character position of name nodes to improve error reportin...Stefan Behnel2017-08-171-21/+21
* implement PEP 448 also for list/tuple literalsStefan Behnel2015-05-151-30/+33
* fix test after making constant folding remove unused constantsStefan Behnel2013-12-081-4/+4
* Allow nogil try/finally without 'with gil' blockMark Florisson2012-02-041-1/+0
* Fix nogil error testMark Florisson2011-09-261-0/+2
* fix error test after disabling the type cast removalStefan Behnel2011-07-221-1/+0
* Fix tests broken by CFVitja Makarov2011-05-281-1/+1
* Merge remote branch 'markflorisson/withgil'Robert Bradshaw2011-05-251-1/+1
|\
| * Lock around error info decrefs in nogil try/finallyMark Florisson2011-05-241-1/+1
* | Fix tests broken by removal of unreachable codeVitja Makarov2011-05-041-62/+63
|/
* Fix error line numbers (due to tag additions).Robert Bradshaw2011-04-021-63/+63
* Add tags to test files.Robert Bradshaw2011-04-011-0/+2
* re-allow Python values in ExprStatNode and NameNode in nogil sections if they...Stefan Behnel2010-12-271-3/+5
* nogil fix: disallow ExprStatNode to clean up Python expression results withou...Stefan Behnel2010-12-271-3/+17
* Remove trailing whitespace.Robert Bradshaw2010-12-131-1/+1
* some test fixesRobert Bradshaw2009-10-171-2/+0
* Fix short-circuit for and/or, preserve type.Robert Bradshaw2009-10-151-0/+2
* test fixStefan Behnel2009-10-101-0/+4
* merge with latest cython-develStefan Behnel2009-09-111-3/+3
|\
| * #344, stop pipeline before code generation in case of errorsRobert Bradshaw2009-09-101-1/+1
* | nogil check changes; fixes #338 and #329Dag Sverre Seljebotn2009-06-301-21/+30
* | Big merge of -develDag Sverre Seljebotn2009-05-191-2/+2
|\ \ | |/
| * Minor complex number fixesRobert Bradshaw2009-05-141-2/+2
* | mergeDag Sverre Seljebotn2009-03-291-3/+3
|\ \ | |/
| * cleanup _ERRORSRobert Bradshaw2009-03-251-3/+3
* | refactored GIL checking into separate transform (ticket #205)Stefan Behnel2009-03-151-4/+3
|/
* test fixStefan Behnel2008-12-121-1/+0
* BoolBinopNode converted, introduced parameters to generate_disposal_codeDag Sverre Seljebotn2008-11-301-2/+0
* Minor 2.3 changes and fixesRobert Bradshaw2008-08-021-1/+0
* Pyrex merge: nogil declaration checkingStefan Behnel2008-06-051-0/+136