-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
change requestIssue requests a new feature or improvementIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
I am maintaining Python packages for Gentoo Linux. mkdocs-autorefs package supports PyPy3, and it recently gained a dependency on mkdocs-material.
Description
Some of the mkdocs-material plugins currently depend on the regex package. This package relies on CPython implementation details and has significant technical debt, and support for other Python implementations such as PyPy has been rejected upstream.
Related links
- https://pypi.org/project/regex/#pypy
- split offset wrong due to UTF-8 issues on PyPy3 mrabarnett/mrab-regex#374 (comment)
Use Cases
It will enable full functionality of the plugin when using alternate Python implementations such as PyPy.
Visuals
No response
Before submitting
- I have read and followed the change request guidelines.
- I have verified that my idea is a change request and not a bug report.
- I have ensured that, to the best of my knowledge, my idea will benefit the entire community.
- I have included relevant links to the documentation, related issues, and discussions to underline the need for my idea.
Metadata
Metadata
Assignees
Labels
change requestIssue requests a new feature or improvementIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open