summaryrefslogtreecommitdiff
path: root/cffi/model.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-10-05 20:12:19 +0200
committerArmin Rigo <arigo@tunes.org>2015-10-05 20:12:19 +0200
commitc46d11ed5e11477929f93fa4736f1b34600c82ec (patch)
treefc754793e0989c60db39701e7d64407c2208d849 /cffi/model.py
parentc68539a4b79354d1e540703e321834aa57c645e7 (diff)
downloadcffi-c46d11ed5e11477929f93fa4736f1b34600c82ec.tar.gz
forgot pdb
Diffstat (limited to 'cffi/model.py')
-rw-r--r--cffi/model.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cffi/model.py b/cffi/model.py
index c7b0328..20c296c 100644
--- a/cffi/model.py
+++ b/cffi/model.py
@@ -249,7 +249,6 @@ class FunctionPtrType(BaseFunctionType):
from . import api
raise api.CDefError("%r: '__stdcall' only for Windows"
% (self,))
- import pdb;pdb.set_trace()
else:
raise NotImplementedError("abi=%r" % (self.abi,))
return global_cache(self, ffi, 'new_function_type',