Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
pyrex
pyrex-no-buildtime.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pyrex-no-buildtime.patch of Package pyrex
--- Pyrex-0.9.9/Pyrex/Compiler/ModuleNode.py 2010-04-08 08:07:41.000000000 -0400 +++ Pyrex-0.9.9-new/Pyrex/Compiler/ModuleNode.py 2010-11-03 13:35:54.000000000 -0400 @@ -300,7 +300,7 @@ class ModuleNode(Nodes.Node, Nodes.Block def generate_module_preamble(self, env, cimported_modules, code): comment = "Generated by Pyrex" if not testing_mode: - comment = "%s %s on %s" % (comment, Version.version, time.asctime()) + comment = "%s %s" % (comment, Version.version) code.putln('/* %s */' % comment) code.putln('') code.putln('#define PY_SSIZE_T_CLEAN')
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor