Skip to content

Commit

Permalink
Rename SymtableStentryType to SymtableEntryType
Browse files Browse the repository at this point in the history
  • Loading branch information
anivegesana committed Jun 9, 2022
1 parent 40eea48 commit c2ae9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dill/_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class _Struct(ctypes.Structure):

try:
import symtable
a["SymtableStentryType"] = symtable.symtable("", "string", "exec")._table
a["SymtableEntryType"] = symtable.symtable("", "string", "exec")._table
except:
pass

Expand Down

0 comments on commit c2ae9b3

Please sign in to comment.