Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r83829:37479cd984a8
Date: 2016-04-22 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/37479cd984a8/

Log:    ooops, thanks amaury for noticing that PyPy was still using the
        fallback implementation from cffi/gc_weakref.py

diff --git a/pypy/module/_cffi_backend/__init__.py 
b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/__init__.py
+++ b/pypy/module/_cffi_backend/__init__.py
@@ -46,6 +46,7 @@
         '_get_types': 'func._get_types',
         '_get_common_types': 'func._get_common_types',
         'from_buffer': 'func.from_buffer',
+        'gcp': 'func.gcp',
 
         'string': 'func.string',
         'unpack': 'func.unpack',
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to