commit | 5a2f7e60da093dcdea5d9e508f875285020019a6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 24 21:13:09 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 24 21:13:09 2007 +0000 |
tree | f87daca29a3eb9fe86f99671175372078b1f4275 | |
parent | 52ddaefb6bab1a74ecffe8519c02735794ebfbe1 [diff] |
Fix a broken format in a PyErr_Format() call: %lx is not supported. (It's still technically broken since the va_args code assumes %x is an int while we're passing a long, but that's mostly theoretical, and it's done all over the place.)