oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.2k stars 103 forks source link

BigInteger support in PInt #346

Closed JaroslavTulach closed 11 months ago

JaroslavTulach commented 1 year ago

Expose big integers by reacting to asBigInteger message in PInt. Making sure big integer can be passed into Python.

oracle-contributor-agreement[bot] commented 1 year ago

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

oracle-contributor-agreement[bot] commented 1 year ago

Thank you for signing the OCA.

JaroslavTulach commented 1 year ago

Is anything blocking integration of my PR?

JaroslavTulach commented 10 months ago

Thank you @ppisl for accepting, adopting and integrating my proposal.