bpo-29988: Only check evalbreaker after calls and on backwards egdes. by markshannon · Pull Request #18334 · python/cpython
XayOn added a commit to XayOn/pyrcrack that referenced this pull request
With the new airmon-ng and airodump-ng APIs with async context managers, proper properties for results and interfaces and callable objects, the "simplified" interface that exposed the Pyrcrack class is no longer needed. Usage is more comprehensive now, and cleanup afterwards should work. Altough examples seem to not wait for __aexit__ to cleanup (thus airmon-ng's created interface would prevail) upon KeyboardInterrupt. Might be caused by https://bugs.python.org/issue29988 wich relates to bpo-29988 ( python/cpython#18334 )
XayOn added a commit to XayOn/pyrcrack that referenced this pull request
With the new airmon-ng and airodump-ng APIs with async context managers, proper properties for results and interfaces and callable objects, the "simplified" interface that exposed the Pyrcrack class is no longer needed. Usage is more comprehensive now, and cleanup afterwards should work. Altough examples seem to not wait for __aexit__ to cleanup (thus airmon-ng's created interface would prevail) upon KeyboardInterrupt. Might be caused by https://bugs.python.org/issue29988 wich relates to bpo-29988 ( python/cpython#18334 )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters