Changes between Initial Version and Version 1 of Ticket #28219, comment 7


Ignore:
Timestamp:
Aug 12, 2017, 1:28:42 AM (7 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28219, comment 7

    initial v1  
    1 FWIW the re-warning approach could eventually be used if [https://www.python.org/dev/peps/pep-0550/ PEP 505] gets adopted as it would make `warnings.catch_warnings()` safe to use in multi-threaded environments.
     1FWIW the re-warning approach mentioned in comment:2 could eventually be used if [https://www.python.org/dev/peps/pep-0550/ PEP 505] gets adopted as it would make `warnings.catch_warnings()` safe to use in multi-threaded environments.
Back to Top