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

build system uses leftover .so files #4643

Closed
craigcitro opened this issue Nov 28, 2008 · 2 comments
Closed

build system uses leftover .so files #4643

craigcitro opened this issue Nov 28, 2008 · 2 comments

Comments

@craigcitro
Copy link
Member

As it stands, if you remove a Cython extension from module_list.py, and remove all associated files in the sage library, everything builds fine. However, the .so files are still there. In particular, if you try to load a pickled object from a class that was defined in that .pyx file, it still loads just fine -- in fact, it loads the .so and uses that code.

Unfortunately, I don't see an easy fix for this offhand. The problem is that we don't manage the .so files ourselves -- we leave that to distutils. If someone has a good idea for how to fix this, I'm happy to help implement it.

CC: @robertwb

Component: build

Reviewer: Jeroen Demeyer

Issue created by migration from https://trac.sagemath.org/ticket/4643

@craigcitro craigcitro added this to the sage-5.11 milestone Nov 28, 2008
@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@jdemeyer
Copy link

comment:5

Fixed by #16431.

@jdemeyer
Copy link

Reviewer: Jeroen Demeyer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants