| Summary: | Python import does not import object references correctly | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | okellogg |
| Priority: | NOR | ||
| Version First Reported In: | 2.20.1 (KDE Applications 16.08.1) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/umbrello/6b9cdff4d2b1ea0085d6fbfe59265e52a802aafd | Version Fixed/Implemented In: | 2.20.2 (KDE Applications 16.08.2) |
| Sentry Crash Report: | |||
| Attachments: | testcase | ||
|
Description
Ralf Habacker
2016-09-05 08:32:59 UTC
Created attachment 100932 [details]
testcase
Git commit 6b9cdff4d2b1ea0085d6fbfe59265e52a802aafd by Ralf Habacker. Committed on 05/09/2016 at 08:35. Pushed by habacker into branch 'Applications/16.08'. Fix 'Python import do not import object references correctly'. On import python variables use type 'object' for any initializer not matching any basic type. FIXED-IN:2.20.2 (KDE Applications 16.08.2) M +2 -1 test/import/python/types.py M +2 -0 umbrello/codeimport/pythonimport.cpp http://commits.kde.org/umbrello/6b9cdff4d2b1ea0085d6fbfe59265e52a802aafd |