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
After finished updating from clipspy v1.0.4 to v1.0.5, I'm finding the error [ENVRNMNT8] Environment data not fully deallocated when running code that:
asserts an ordered fact by calling Environment.assert_string(), and
clears the environment with Environment.clear() at some point afterwards.
This error does not occur when using clipspy v1.0.4 .
Here's a sample script that reproduces the problem:
After finished updating from clipspy v1.0.4 to v1.0.5, I'm finding the error
[ENVRNMNT8] Environment data not fully deallocated
when running code that:Environment.assert_string()
, andEnvironment.clear()
at some point afterwards.This error does not occur when using clipspy v1.0.4 .
Here's a sample script that reproduces the problem:
Notice that this error does not come up when running the code in the Python REPL, but does when running the above script on a standard terminal as:
Here is the full output:
Worth mentioning that, after some testing, determined that this error does not occur:
Environment.assert_string()
; orEnvironment.clear()
towards the end of the script is removed.The text was updated successfully, but these errors were encountered: