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

Avoid iteration of env.temp_data #3

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

AA-Turner
Copy link

We are looking to change temp_data from a dict to a better-typed object (c.f. sphinx-doc/sphinx#13151). This change will be backward compatibile, but this repo is the only instance I have found of temp_data.items(), and currently temp_data is not really public API de jure. This PR ought to maintain the current behaviour, and is even slightly faster.

A

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.

1 participant