Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Aug 8, 2024
1 parent 64d0bd8 commit d1cd0a2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ciostream/core.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
cimport cpython.ref as cpy_ref
#cimport iostream_decl

class my_cls(object):
def __init__(self):
import inspect
frame = inspect.stack()[1]
print("frame: %s" % str(frame))
pass

cdef class cistream(object):

def __init__(self, s):
Expand Down

0 comments on commit d1cd0a2

Please sign in to comment.