sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.08k stars 394 forks source link

weil_polynomials #37860

Closed stevehuang235 closed 1 day ago

stevehuang235 commented 2 weeks ago

Steps To Reproduce

R. = ZZ[] R.weil_polynomials(0,1,-1)

Expected Behavior

This should return an empty list.

Actual Behavior

Currently it results in a segmentation failure.

Additional Information

No response

Environment

- **OS**: macOS Monterey 12.5.1
- **Sage Version**: 10.1

Checklist