Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
ALL
Description
Repro steps:
1. Create a DBRef: dbr = DBRef('col', 5, foo='bar')
2. Pickle said DBRef: pickle.dumps(dbr)
3. Traceback