You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the constructor prototype hardwires copies of constants from the LMDB code. They should be replaced with None, and the various set() calls in the constructor body should not occur if no value has been supplied.
The text was updated successfully, but these errors were encountered:
dw
changed the title
Don
Don't shadow LMDB's defaults in the Environment constructor.
Jun 6, 2015
Currently the constructor prototype hardwires copies of constants from the LMDB code. They should be replaced with
None
, and the various set() calls in the constructor body should not occur if no value has been supplied.The text was updated successfully, but these errors were encountered: