New submission from Armin Rigo <[email protected]>:

With CFFI, we need occasionally to say that some cdata object keeps alive a
large amount of memory (even though it doesn't contain it).  This could be done
either with an explicit call at app-level to a new function
__pypy__.add_memory_pressure(), or with a more CFFI-specific solution, like an
extra argument to ffi.gc().

----------
messages: 5667
nosy: arigo, pypy-issue
priority: feature
status: unread
title: Needed: __pypy__.add_memory_pressure()?

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1475>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to