This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, eric.snow, vstinner
Date 2020-05-13.06:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589351176.2.0.303752022619.issue40613@roundup.psfhosted.org>
In-reply-to
Content
/oss/cpython/Modules/_xxsubinterpretersmodule.c:1089:1: warning: ‘_sharedexception_is_clear’ defined but not used [-Wunused-function]
 1089 | _sharedexception_is_clear(_sharedexception *she)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/oss/cpython/Modules/_xxsubinterpretersmodule.c:601:1: warning: ‘_tbsnapshot_is_clear’ defined but not used [-Wunused-function]
  601 | _tbsnapshot_is_clear(_tbsnapshot *tbs)
      | ^~~~~~~~~~~~~~~~~~~~

Both functions are used by the assert statement.
IMHO, it should be replaced by if statement.
History
Date User Action Args
2020-05-13 06:26:16corona10setrecipients: + corona10, vstinner, eric.snow
2020-05-13 06:26:16corona10setmessageid: <1589351176.2.0.303752022619.issue40613@roundup.psfhosted.org>
2020-05-13 06:26:16corona10linkissue40613 messages
2020-05-13 06:26:16corona10create