RSSAmplifier

Nick's Blog and Digital Garden · Jun 17, 2023

Python developer mode

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Python developer mode The Python Development Mode introduces additional runtime checks that are too expensive to be enabled by default. It should not be more verbose than the default if the code is correct; new warnings are only emitted when an issue is detected.
It can be enabled using the -X dev command line option or by setting the PYTHONDEVMODE environment variable to 1.
Some of the…

Read on nick.groenen.me

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.