Skip to content

Commit 9771356

Browse files
committedOct 27, 2022
Debugging testbench
1 parent f764e14 commit 9771356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎native/common/jp_exception.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ PyObject *tb_create(
513513
return NULL;
514514

515515
// Create a traceback
516-
#if PY_MINOR_VERSION<10
516+
#if PY_MINOR_VERSION<11
517517
JPPyObject lasti = JPPyObject::claim(PyLong_FromLong(pframe->f_lasti));
518518
#else
519519
JPPyObject lasti = JPPyObject::claim(PyLong_FromLong(PyFrame_GetLasti(pframe)));

‎test-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.1.1
2-
pyinstaller==4.10
1+
pytest
2+
pyinstaller
33
jedi==0.18.0

0 commit comments

Comments
 (0)
Please sign in to comment.