Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 16, 2021
  3. Feb 15, 2021
  4. Feb 11, 2021
  5. Feb 03, 2021
  6. Feb 02, 2021
  7. Feb 01, 2021
  8. Jan 30, 2021
    • Ivan Shapovalov's avatar
      Fixes for PyPy compatibility (#9270) · 13c7ab81
      Ivan Shapovalov authored
      
      * synapse.app.base: only call gc.freeze() on CPython
      
      gc.freeze() is an implementation detail of CPython garbage collector,
      and notably does not exist on PyPy.
      
      Rather than playing whack-a-mole and skipping the call when under PyPy,
      simply restrict it to CPython because the whole gc module is
      implementation-defined.
      
      Signed-off-by: default avatarIvan Shapovalov <intelfx@intelfx.name>
      13c7ab81
  9. Jan 29, 2021
  10. Jan 28, 2021
Loading