We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f764e14 commit 9771356Copy full SHA for 9771356
native/common/jp_exception.cpp
@@ -513,7 +513,7 @@ PyObject *tb_create(
513
return NULL;
514
515
// Create a traceback
516
-#if PY_MINOR_VERSION<10
+#if PY_MINOR_VERSION<11
517
JPPyObject lasti = JPPyObject::claim(PyLong_FromLong(pframe->f_lasti));
518
#else
519
JPPyObject lasti = JPPyObject::claim(PyLong_FromLong(PyFrame_GetLasti(pframe)));
test-requirements.txt
@@ -1,3 +1,3 @@
1
-pytest==7.1.1
2
-pyinstaller==4.10
+pytest
+pyinstaller
3
jedi==0.18.0
0 commit comments