[New-bugs-announce] [issue23723] Provide a way to disable bytecode staleness checks

Brett Cannon report at bugs.python.org
Fri Mar 20 19:14:42 CET 2015


New submission from Brett Cannon:

In environments where bytecode generation is thoroughly controlled, it would be nice if there was a way to specify that the bytecode file is externally guaranteed to be up-to-date, and thus skip any stat call involving bytecode verification. Could be represented with a timestamp of either all zeroes or ones in the bytecode file header.

----------
assignee: brett.cannon
components: Interpreter Core
messages: 238704
nosy: brett.cannon, gregory.p.smith, twouters
priority: low
severity: normal
status: open
title: Provide a way to disable bytecode staleness checks
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23723>
_______________________________________


More information about the New-bugs-announce mailing list