Author: Maciej Fijalkowski <[email protected]>
Branch: pyarg-parsetuple-s-star-buffer
Changeset: r50784:3599bd6c07dc
Date: 2011-12-20 23:08 +0100
http://bitbucket.org/pypy/pypy/changeset/3599bd6c07dc/
Log: I hope this pdb is not necessary
diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py
--- a/pypy/module/cpyext/pyobject.py
+++ b/pypy/module/cpyext/pyobject.py
@@ -113,8 +113,6 @@
@specialize.memo()
def _get_typedescr_1(typedef):
- if typedef.name == "buffer":
- import pdb; pdb.set_trace()
try:
return typedescr_cache[typedef]
except KeyError:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit