jayvdb added a comment. In https://phabricator.wikimedia.org/T115679#1732247, @Ricordisamoa wrote:
> https://gerrit.wikimedia.org/r/137737 and > https://gerrit.wikimedia.org/r/227252 basically mean that `getPropertyType` > only gets called when `Property` is constructed manually, right? Yes. `Property` is a parent class of `Claim`, so the current exposure is quite large; roughly any time a Claim is instantiated directly in order to be used with `addClaim` or similar. i.e. reading will likely not break, at least not frequently and probably easily fixable, however writing to Wikibase will likely be very broken. TASK DETAIL https://phabricator.wikimedia.org/T115679 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Ricordisamoa, hoo, Lydia_Pintscher, Multichill, Legoktm, Aklapper, jayvdb, pywikibot-bugs-list, Wikidata-bugs, aude _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
