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

Allow larger programs to be frozen under Win32 #41993

Closed
ganssauge mannequin opened this issue May 17, 2005 · 5 comments
Closed

Allow larger programs to be frozen under Win32 #41993

ganssauge mannequin opened this issue May 17, 2005 · 5 comments
Labels
OS-windows type-feature A feature request or enhancement

Comments

@ganssauge
Copy link
Mannequin

ganssauge mannequin commented May 17, 2005

BPO 1203650
Nosy @loewis, @birkenfeld, @terryjreedy, @tiran
Files
  • freeze.patch
  • 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 = None
    closed_at = <Date 2010-10-21.13:34:59.875>
    created_at = <Date 2005-05-17.15:03:28.000>
    labels = ['type-feature', 'OS-windows']
    title = 'Allow larger programs to be frozen under Win32'
    updated_at = <Date 2010-10-21.13:34:59.873>
    user = 'https://bugs.python.org/ganssauge'

    bugs.python.org fields:

    activity = <Date 2010-10-21.13:34:59.873>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-10-21.13:34:59.875>
    closer = 'georg.brandl'
    components = ['Demos and Tools', 'Windows']
    creation = <Date 2005-05-17.15:03:28.000>
    creator = 'ganssauge'
    dependencies = []
    files = ['6665']
    hgrepos = []
    issue_num = 1203650
    keywords = ['patch']
    message_count = 5.0
    messages = ['48364', '48365', '59306', '113200', '119290']
    nosy_count = 5.0
    nosy_names = ['loewis', 'georg.brandl', 'terry.reedy', 'ganssauge', 'christian.heimes']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1203650'
    versions = ['Python 3.2']

    @ganssauge
    Copy link
    Mannequin Author

    ganssauge mannequin commented May 17, 2005

    The makefile generated by freeze on Windows ist not
    suitable for Programs containing many imported modules.
    This patch generates a makefile using an inline linker
    response file.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented May 30, 2005

    Logged In: YES
    user_id=21627

    Can you please explain what you mean by "not suitable"? Do
    you get some error? If so, what precisely is the error message?

    @tiran
    Copy link
    Member

    tiran commented Jan 5, 2008

    The command line argument size is limited on Windows. One has to use a
    file instead of an argument list if the list exceeds a limit. IIRC the
    limit is rather low (< 1024 or even < 512).

    @tiran tiran added OS-windows type-feature A feature request or enhancement labels Jan 5, 2008
    @terryjreedy
    Copy link
    Member

    I added this as a dependency to bpo-7962. I believe there was some thought on the pydev list of removing freeze (because not-working or obsolete).

    @birkenfeld
    Copy link
    Member

    Applied in r85771.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    OS-windows type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants