ports/security/pwntools/patches/patch-pwn___init___py

11 lines
372 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pwn/__init__.py
--- pwn/__init__.py.orig
+++ pwn/__init__.py
@@ -14,6 +14,3 @@ if not platform.architecture()[0].startswith('64'):
See Gallopsled/pwntools#518 for more information."""
log.warn_once('Pwntools does not support 32-bit Python. Use a 64-bit release.')
-
-with context.local(log_console=sys.stderr):
- pwnlib.update.check_automatically()