Lines Matching +full:pypy +full:- +full:c
14 - [CPython](https://www.python.org/): The reference implementation
15 - [Jython](http://www.jython.org/): Python implemented in Java
16 - [Python for .NET](http://pythonnet.sourceforge.net/): CPython implementation that enables .NET li…
17 - [IronPython](http://ironpython.net/): Python implemented in .NET
18 - [PyPy](http://pypy.org/): Python implemented completely in Python
19 - [Stackless](https://bitbucket.org/stackless-dev/stackless/wiki/Home): Replaces the dependency for…
26 PyPy implementation. Special changes were required to enable PyPy
27 support because PyPy has a non-deterministic garbage collector that does
33 Python 3.x and PyPy compatible.
38 - [Enable py35 and py36 testing](https://github.com/grpc/grpc/commit/c478214e475e103c5cdf477f0adc18…
39 - [Make testing toolchain python 3.x compliant](https://github.com/grpc/grpc/commit/0589e533cd65a2c…
40 - [Add .idea folder to .gitignore](https://github.com/grpc/grpc/commit/365ef40947e22b5438a63f123679…
41 - [Fix the ThreadPoolExecutor: max_workers can't be 0](https://github.com/grpc/grpc/commit/de84d566…
42 - [Add PyPy to testing toolchain](https://github.com/grpc/grpc/commit/2135a1b557f8b992186d5317cb767…
43 - [Switch init/shutdown: lib-wide -> per-object](https://github.com/grpc/grpc/commit/9eedb4ffd74aed…
44 - [Skip test run if running with pypy](https://github.com/grpc/grpc/commit/f0f58e68738abbc317f7f449…
48 - [Add PyPy 5.3.1 to dockerfile and template](https://github.com/grpc/grpc/pull/7763)
49 - [remove skipIf from TypeSmokeTest (issue 7672)](https://github.com/grpc/grpc/pull/7831)
53 - Modify run_tests.py to enable testing of new languages without
59 - Title: GRPC Python compatibility support
60 - Student: [Siddharth Shukla](https://github.com/thunderboltsid)
61 - Mentors: [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle), [Masood Malekghassemi]…
62 - Duration: May 23 - August 23
63 - Hat tip: [Ken Payson](https://github.com/kpayson64), [Jan Tattermusch](https://github.com/jtatter…