id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
9503	FreeModule_submodule_with_basis_pid calls wrong constructor	novoselt	AlexGhitza	"This is a piece of the current code in `FreeModule_submodule_with_basis_pid` after #9502 (before it was the same without explanations)
{{{
# The following is WRONG - we should call __init__ of
# FreeModule_generic_pid. However, it leads to a bunch of errors.
FreeModule_generic.__init__(self, R,
                            rank=len(basis), degree=ambient.degree(),
                            sparse=ambient.is_sparse())

}}}
The errors seem to be related to number fields and their rings of integers."	defect	new	major	sage-5.10	algebra					N/A					
