Skip to content
Snippets Groups Projects
  1. Feb 11, 2021
  2. Feb 03, 2021
  3. Feb 02, 2021
  4. Feb 01, 2021
  5. 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
  6. Jan 29, 2021
  7. Jan 28, 2021
  8. Jan 27, 2021
  9. Jan 26, 2021
Loading