Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tau to cmath #4963

Closed
wants to merge 386 commits into from
Closed

Add tau to cmath #4963

wants to merge 386 commits into from

Conversation

devdanzin
Copy link
Contributor

Attempt to add cmath.tau, aiming to address part of #4962.

cfbolz and others added 30 commits January 15, 2024 13:15
…nterp

the optimizer and the backends already had support for it
…nterp

Merge pull request pypy#4859 from pypy/uint-mul-high-rypthon
these emulate the python2 print function tests from 85b4c47
Explicitly configure git-archive to support .tar.bz2 format when running
the release script.  There is no harm to redefine it, so just do it
unconditionally.
fix release script to define bz2 command
this requires keeping track of whether we are in the midst of printing a
family of arguments or if we are at the start of a new print
call/statement

care is needed to preserve both "print x" and "print(x)" behaviours
fix os.scandir for unicode filenames on windows
RPython: add support for from __future__ import print_function
We shy away from changing test files and snippets in translator/goal,
since we want to support old-style python2 print functions for targets.
this adds a gc cycle to the start of each of these tests aimed at
clearing out any "bad" weakrefs left over from previous tests
make test_transformed_gc tests more stable
remove hpy static libs and merge main
add a test of scan_dir with symlink and unicode
equivalent to the existing one for getattr
a cache similar to the one in LOAD_ATTR in the interpreter

Merge pull request pypy#4875 from pypy/branches/store-attr-fastpath
mattip and others added 27 commits April 18, 2024 11:55
…64 (issue 4939)

Signed-off-by: Matti Picus <matti.picus@gmail.com>
they were broken for a year it seems maybe?! I suspect
75800b9
particularly in the presence of exceptions this was pretty wrong

Merge branch 'branches/py3.10-precise-stack-depth' into py3.10
@devdanzin
Copy link
Contributor Author

Hm, this PR is borked, should be two commits only. Sorry about that, I'll try again.

@devdanzin devdanzin closed this May 23, 2024
@devdanzin devdanzin deleted the cmath_tau branch May 27, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants