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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to