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

Make sysmodule.c compatible with Bazaar #46708

Closed
warsaw opened this issue Mar 22, 2008 · 4 comments
Closed

Make sysmodule.c compatible with Bazaar #46708

warsaw opened this issue Mar 22, 2008 · 4 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@warsaw
Copy link
Member

warsaw commented Mar 22, 2008

BPO 2456
Nosy @warsaw, @brettcannon, @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/warsaw'
closed_at = <Date 2010-05-17.14:47:14.946>
created_at = <Date 2008-03-22.14:53:26.709>
labels = ['interpreter-core', 'type-feature']
title = 'Make sysmodule.c compatible with Bazaar'
updated_at = <Date 2010-05-17.14:47:14.945>
user = 'https://github.com/warsaw'

bugs.python.org fields:

activity = <Date 2010-05-17.14:47:14.945>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = <Date 2010-05-17.14:47:14.946>
closer = 'barry'
components = ['Interpreter Core']
creation = <Date 2008-03-22.14:53:26.709>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 2456
keywords = []
message_count = 4.0
messages = ['64327', '64389', '64441', '71906']
nosy_count = 4.0
nosy_names = ['barry', 'brett.cannon', 'schmir', 'benjamin.peterson']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue2456'
versions = ['Python 2.6', 'Python 2.5', 'Python 3.0']

@warsaw
Copy link
Member Author

warsaw commented Mar 22, 2008

For the Bazaar experiment <http://www.python.org/dev/bazaar\>,
sysmodule.c needs to be made compatible with Bazaar, for build number
display.

@warsaw warsaw added the type-crash A hard crash of the interpreter, possibly with a core dump label Mar 22, 2008
@warsaw warsaw self-assigned this Mar 22, 2008
@warsaw warsaw added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 22, 2008
@brettcannon
Copy link
Member

Is there a short-term solution we can come up with?

Unfortunately stat'ing for the existence of .bzr is not easy since there
is no platform-independent solution (as posixmodule.c shows). Should some
default values be used?

@schmir
Copy link
Mannequin

schmir mannequin commented Mar 24, 2008

stat'ing for .bzr is bad. Then it will not work with .git, .hg.

@nnorwitz nnorwitz mannequin added type-feature A feature request or enhancement and removed type-crash A hard crash of the interpreter, possibly with a core dump labels Aug 24, 2008
@benjaminp
Copy link
Contributor

I suggest that this option (when it is implemented) can be a configure
switch.

@warsaw warsaw closed this as completed May 17, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants